$NCP
Network Control Process ($NCP) is the main control process for Expand and is primarily used to handle contact and routing between other systems.
$ZEXP
Expand Manage ($ZEXP) is the manager process for Expand IOPs (Input/Output Processes) running on the system. Commands issued through SCF and SPI interfaces requesting such things as status of an Expand line have their request routed to the Expand Manager and then to the actual IOP.
ART
Average Response Time - Amount of time in seconds, usually for $RECEIVE, it takes to respond to an incoming request. This is a value MOMI derives from MEASURE data.
BWMOMI
The server based component of MOMI.
BWSSG
A component of MOMI created by the user (copy of BWMOMI[i]). Used to perform security sensitive operations such and opening a RAW TCP/IP socket for PING and TRACERT functions or performing adjustment to the System time. The object file is PROGID'ed to a super.group or super.super user.
CID
A resource used in MEASURE to support the counters created when a measurement is started. The initial number of CIDs per processor is set with a DEFINE when the MEASURE subsystem is started.
Comp Traps
Also known as Computational Traps is the situation when memory is accessed and the data is not "well aligned". Well aligned data is located at a multiple of the size of the field. For example, a 32-bit value is four bytes. The address of the value should be evenly divisible by four. A Comp Trap indicates that the system had to perform extra work in order to process the exception. Generally speaking, 16-bit programs always cause Comp Traps and 32-bit programs ideally have zero to very few Comp Traps.
CONFMOMI
The primary configuration file for $MOMI.
Disk page
2,048 bytes of disk space
Domain Name Resolver
The Domain Name Resolver (DNR) resolves domain names to IP addresses using either a HOSTS file or a DNS to provide the translation. A file located on $SYSTEM.ZTCPIP.RESCONF determines how DNS names are convered.
EMS
The Event Management System (EMS) is the subsystem that provides a place to log messages from both the system and user program. All systems have at least one EMS log called $0.
EMSDIST
A program for reading an EMSLOG and obtaining EMS events.
GUARDIAN
Old time name for the Tandem NonStop Operating System.
HELO
A command used in SMTP (outbound email) that simply put, is "Hello, I am <domain>". It identifies to an email server the computer that is about to generate an email message. This protocol is usually optional in the SMTP data flow.
IOP
Input / Output Process (IOP) is a general term for a privileged system process that communicates directly with hardware such as an Ethernet controller or disk drive. User level processes generally never communicate directly with system hardware or system attached devices but go through an intermediary process or software layer.
MEASURE
The Tandem subsystem that gathers and makes performance information available.
Memory page
16,384 bytes of memory
NSK
Current name for the NonStop Operating System.
NSKCOM
A utility to report and configure virtual memory for the system. The system must have sufficient virtual memory in every processor to meet the memory needs for every process (some system processes are exempt). You do not want to run out of virtual memory (or even run low).
NTP
[Taken from RFC-2030] - The Network Time Protocol (NTP) Version 3 specified in RFC-1305 [MIL92] is widely used to synchronize computer clocks in the global Internet. It provides comprehensive mechanisms to access national time and frequency dissemination services, organize the time- synchronization subnet and adjust the local clock in each participating subnet peer. In most places of the Internet of today, NTP provides accuracies of 1-50 ms, depending on the characteristics of the synchronization source and network paths. MOMI does not implement NTP but uses NTP servers as a time source. See also SNTP.
OSS
An acronym for "Open System Services". This is a UNIX like personality for the Tandem.
PCB
Process Control Block (PCB) is a resource used to describe an executing process. One PCB is required per process. The total number of PCBs available define how many processes may run (subject to memory limitations). Older platforms determine at system generation time how many PCBs are allowed. Newer platforms have the limit automatically defined by the system. PCBs are divided into low (below PIN 255) and high (above PIN 255). PIN 255 is reserved.
PFS
Process File Segment (PFS) is an area of memory allocated to each process on the system. The operating system stores control blocks and other system structures relating to the process in this area. On older platforms this area is may be specifically sized and played a large roll in I/Os. On todays platforms, the PFS stores control blocks and is dynamically sizes itself up to 8 Megabytes. It generally is no longer a limitation but is reported on several screens.
PIN
Process Identification Number (PIN) is a value from 0 to 254 and from 256 to around 3000 or 4000 that is an identifier for a running process within a CPU. A CPU and PIN together identify a process within a system. PINs below 255 are considered low pins. PINs above 255 are considered high pins. PIN 255 is reserved and never allocated.
Process Priority
A process has a priority assigned to it to determine scheduling importance in the CPU. Priorities have a value from 1 to 255 with 1 being the lowest and 255 the highest. User processes are limited from 1 to 199. System processes may run above 199.
QIO
A subsystem that provides shared memory in a CPU for Input / Output proposes such as TCP/IP. The subsystem is directly used by IOPs and not directly used by user application processes. A QIOMON process runs in each processor to manage this environment.
SAVEABEND
A memory image of a process that encountered an fatal run-time error. This image is dumped to a disk file with a file code of 130 by Inspect.
SCF
Subsystem Control Facility (SCF) is a utility used to configure and control various subsystems on the Tandem. This program replaces utilities such as PUP, CMI and CUP used on older platforms.
SMTP
An acronym for "Simple Mail Transfer Protocol". This is the protocol an email client uses to send an email (i.e. outbound email).
SNTP
[Taken from RFC-2030] - Simple Network Time Protocol (SNTP) Version 4, which is an adaptation of the Network Time Protocol (NTP) used to synchronize computer clocks in the Internet. SNTP can be used when the ultimate performance of the full NTP implementation described in RFC-1305 is not needed or justified.
SPAM
According to SPAMHAUS, SPAM is an email that 1) the recipient's personal identity and context are irrelevant because the message is equally applicable to many other potential recipients, and 2) the recipient has not verifiably granted deliberate, explicit, and still-revocable permission for it to be sent.
SQLCOMP
A utility to compile SQL/MP statements into executable code.
Tandem
Original name for the company that created the NonStop platform. Tandem was purchased by Compaq that in turn was purchased by HP now split into HP (PC/Printers) and HPE (big iron). Since MOMI was written by old-time Tandem folks, we use that name most often when referring to the platform.
TLE
A Time List Element (TLE) is a resource used by the operating system to notify a process when a specific amount of time has passed. TLEs on older platforms were a limited resource but in newer platforms seems to be a much more available resource (it appears that only one system TLE is required per process regardless of how many TLEs the process actually sets).
TNS/E
Name for the NonStop Systems based on the Intel Itanimum microprocessor.
TNS/R
Name for the NonStop Systems based on the MIPS microprocessor.
TNS/X
Name for the NonStop Systems based on the Intel Xeon microprocessor.